home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / bgqwkb20.zip / EXAMPLES.ZIP / HOPPER.SCR < prev    next >
Text File  |  1992-01-12  |  502b  |  24 lines

  1. quiet on
  2. name "TexasNet Hub"
  3. dial "997-7575" with 10 redials
  4. when "ore?" then "n|"
  5. when "tinue?" then "|"
  6. wait for "=no?"
  7.   sendln "n q ns"
  8. wait for "name?"
  9.   sendln "node tranquil xxxxxx"
  10. wait for "=yes?"
  11.   sendln "n"
  12. wait for "Command?"
  13.   sendln "open 4"
  14. wait for "Command?"
  15.   sendln "u"
  16.   shell "dsz port 2 sz c:\gt\uploads\hopper.rep"
  17. wait for "Command?"
  18.   sendln "d"
  19. wait 360 for "Done?"
  20.   sendln "g"
  21. wait 360 for "000"
  22.   shell "dsz port 2 rz c:\gt\specreq\hopper.qwk"
  23. exit
  24.